/*框架*/
*{
    margin:0;
    padding:0;
}
body,li,p,a,span{
    font-size: 14px;
    font-family:微软雅黑,Tahoma,Helvetica,Arial,sans-serif;
}
li{
    list-style: none;
}
a{
    color: black;
    text-decoration: none;
}
img{
    border:none;
}
/*end 框架*/
/*预设*/
.lm-float-l{
    float: left;
}
.lm-float-r{
    float: right;
}
.lm-clear-b{
    clear: both;
}
.lm-ta-c{
    text-align: center;
}
.lm-li-f>li{
    float: left;
}
.lm-li-f>div:last-child{
    clear: both;
}
/*end 预设*/
/*雷同类*/
.lm-wrapper{
    width: 1200px;
    margin: 0 auto;
}
.lm-title{
    text-align: center;
    padding: 60px 0 30px;
}
.lm-title h2{
    margin: 0 0 3px 0;
    font-family: "Cambria Math";
    font-size: 19px;
    letter-spacing: 1.2px;
    color: #6a6a6b;
}
.lm-title h1{
    margin: 0 0 12px 0;
    font-size: 36px;
    color: #212121;
}
.lm-title2 h1{
    font-size: 16px;
    color: #abadae;
    font-weight: normal;
}
.lm-title2 span{
    font-size: 16px;
    color: #004E8F;
    font-weight: bold;
}
.lm-title2 hr{
    width: 55px;
    height: 3px;
    border: none;
    margin: 10px 0 20px -20px;
    background: #004E8F;
}
.titi{
    width:300px;
    height:50px;
    background:#004E8F;
    padding:15px;
}
.titi p:first-child{
    font-size:20px;
    font-weight:bold;
    color:white;
}
.titi p:last-child{
    font-size:14px;
    color:#999;
}
.ti-c{
    padding:30px 15px;
    box-shadow:0 0 10px 0 #999;
    width:330px;
    box-sizing: border-box;
}
.ti-c>p:nth-child(1){
    font-size:20px;
    font-weight:bold;
    margin-bottom:30px;   
}
.ti-c>p{
    line-height:26px;
    margin-top:10px;
}
/*end 雷同类*/
